diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/asmtest.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index f6fecde..0d4c0fc 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -564,3 +564,7 @@ int $0x10 pushl $1 pushw $1 push $1 + +#ifdef __ASSEMBLER__ // should be defined, for S files + inc %eax +#endif |
