summaryrefslogtreecommitdiffstats
path: root/Tests/VSNASM/include/foo-proc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSNASM/include/foo-proc.asm')
-rw-r--r--Tests/VSNASM/include/foo-proc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSNASM/include/foo-proc.asm b/Tests/VSNASM/include/foo-proc.asm
index 450a791..eb5bb2b 100644
--- a/Tests/VSNASM/include/foo-proc.asm
+++ b/Tests/VSNASM/include/foo-proc.asm
@@ -3,5 +3,5 @@ foo:
%else
_foo:
%endif
- mov eax, 0
+ mov EAX_COMMA_SPACE_ZERO
ret