diff options
| author | Michael Matz <matz@suse.de> | 2016-06-29 17:22:05 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:07 +0100 |
| commit | 63e3ff7cca5437518f540261b34170ce80a47686 (patch) | |
| tree | 91d21b9427b2c19349d61f4a2c482d565df89d65 /tests | |
| parent | 8e4da42384164d6eb862665d907b3b1138da2f94 (diff) | |
| download | tinycc-63e3ff7cca5437518f540261b34170ce80a47686.tar.gz tinycc-63e3ff7cca5437518f540261b34170ce80a47686.tar.bz2 | |
tccasm: Accept .balign
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 f4eb248..eb6305f 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -11,6 +11,7 @@ .align 8 .byte 1 /* .align 16, 0x90 gas is too clever for us with 0x90 fill */ + .balign 4, 0x92 .align 16, 0x91 /* 0x91 tests the non-clever behaviour */ .skip 3 .skip 15, 0x90 |
