diff options
-rw-r--r-- | lib/assembler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/assembler.c b/lib/assembler.c index c06fecd..6c5d3a8 100644 --- a/lib/assembler.c +++ b/lib/assembler.c @@ -244,7 +244,7 @@ static void pushstring(char *s) } s++; } - + pushdword(0, NULL); } static void pushstart(void) |