diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-02-24 09:38:13 -0800 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-02-24 09:38:13 -0800 |
| commit | 1b85b5505961f0d5c52156fb6a5a54db199e1071 (patch) | |
| tree | b430aa6a0c9210f15270b3b62c0d183d10293834 /tests/asmtest.S | |
| parent | bec84fa00a4c4b2fab34e49fb8308e372c734709 (diff) | |
| download | tinycc-1b85b5505961f0d5c52156fb6a5a54db199e1071.tar.gz tinycc-1b85b5505961f0d5c52156fb6a5a54db199e1071.tar.bz2 | |
i386-asm: support "pause" opcode
Diffstat (limited to 'tests/asmtest.S')
| -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 8ae19d4..f73878f 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -606,3 +606,4 @@ ft1: ft2: ft3: ft4: ft5: ft6: ft7: ft8: ft9: .type ft7,%function .type ft8,"function" + pause |
