aboutsummaryrefslogtreecommitdiff
path: root/ABC/Assembler.icl
diff options
context:
space:
mode:
Diffstat (limited to 'ABC/Assembler.icl')
-rw-r--r--ABC/Assembler.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ABC/Assembler.icl b/ABC/Assembler.icl
index 5dec73f..c0a6546 100644
--- a/ABC/Assembler.icl
+++ b/ABC/Assembler.icl
@@ -16,7 +16,7 @@ where
instance <<< Assembler
where
<<< f [ ] = f
- <<< f [stm=:(Label _) :r] = f <<< stm <<< "\r\n" <<< r
+ <<< f [stm=:(Label l) :r] = f <<< ".export " <<< l <<< "\r\n" <<< stm <<< "\r\n" <<< r
<<< f [stm=:(Descriptor _ _ _ _):r] = f <<< r
<<< f [stm=:(Annotation _) :r] = f <<< stm <<< "\r\n" <<< r
<<< f [stm=:(Raw _) :r] = f <<< stm <<< "\r\n" <<< r