diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-10-27 14:00:54 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-10-27 20:43:56 +0100 |
| commit | 6b92e5059c04709b3506bb4e7bef29872b16811f (patch) | |
| tree | 3ff4762c38bb7930bebc5b02ac3c48f49579c612 /lib/Language/Elna/Glue.hs | |
| parent | 57436f664e7d138bd915fb30f486e4bb802d74b6 (diff) | |
| download | elna-6b92e5059c04709b3506bb4e7bef29872b16811f.tar.gz | |
Encode labels as untyped local symbols in ELF
Diffstat (limited to 'lib/Language/Elna/Glue.hs')
| -rw-r--r-- | lib/Language/Elna/Glue.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Language/Elna/Glue.hs b/lib/Language/Elna/Glue.hs index 933a2d3..70161a0 100644 --- a/lib/Language/Elna/Glue.hs +++ b/lib/Language/Elna/Glue.hs @@ -140,7 +140,7 @@ createLabel = do pure $ Label $ Text.Lazy.toStrict $ Text.Builder.toLazyText - $ "L" <> Text.Builder.decimal currentCounter + $ ".L" <> Text.Builder.decimal currentCounter where modifier generator = generator { labelCounter = getField @"labelCounter" generator + 1 |
