File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1- ./travis/test/ret.asm:18: error: expression syntax error
1+ ./travis/test/ret.asm:16: error: instruction not supported in 16-bit mode
2+ ./travis/test/ret.asm:17: error: instruction not supported in 16-bit mode
3+ ./travis/test/ret.asm:18: error: instruction not supported in 16-bit mode
4+ ./travis/test/ret.asm:56: error: instruction not supported in 16-bit mode
5+ ./travis/test/ret.asm:57: error: instruction not supported in 16-bit mode
6+ ./travis/test/ret.asm:58: error: instruction not supported in 16-bit mode
Original file line number Diff line number Diff line change 1- ./travis/test/ret.asm:37: error: expression syntax error
1+ ./travis/test/ret.asm:35: error: instruction not supported in 32-bit mode
2+ ./travis/test/ret.asm:36: error: instruction not supported in 32-bit mode
3+ ./travis/test/ret.asm:37: error: instruction not supported in 32-bit mode
4+ ./travis/test/ret.asm:56: error: instruction not supported in 32-bit mode
5+ ./travis/test/ret.asm:57: error: instruction not supported in 32-bit mode
6+ ./travis/test/ret.asm:58: error: instruction not supported in 32-bit mode
Original file line number Diff line number Diff line change 1- ./travis/test/ret.asm:53: error: expression syntax error
1+ ./travis/test/ret.asm:51: error: instruction not supported in 64-bit mode
2+ ./travis/test/ret.asm:52: error: instruction not supported in 64-bit mode
Original file line number Diff line number Diff line change 11;; All the flavors of RET
2- %ifndef ERROR
3- %define ERROR 0
4- %endif
52
63%ifdef TEST_BITS_16
74 bits 16
1512 retd
1613 retnd
1714 retfd
18- %if ERROR
15+ %ifdef ERROR
1916 retq
2017 retnq
2118 retfq
3431 retd
3532 retnd
3633 retfd
37- %if ERROR
34+ %ifdef ERROR
3835 retq
3936 retnq
4037 retfq
5047 retw
5148 retnw
5249 retfw
53- %if ERROR
50+ %ifdef ERROR
5451 retd
5552 retnd
5653%endif
You can’t perform that action at this time.
0 commit comments