From 63e3ff7cca5437518f540261b34170ce80a47686 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Wed, 29 Jun 2016 17:22:05 +0200 Subject: tccasm: Accept .balign --- tests/asmtest.S | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.3.1