diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/asmtest.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index 5bc8950..7f204cf 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -122,6 +122,7 @@ addl $0x123, 0x100 addl $0x123, 0x100(%ebx) addl $0x123, 0x100(%ebx,%edx,2) addl $0x123, 0x100(%esp) +addl $0x123, (3*8)(%esp) addl $0x123, (%ebp) addl $0x123, (%esp) cmpl $0x123, (%esp) |
