mirror of https://github.com/yasm/yasm.git
Add testcase for this warning while we're at it. svn path=/trunk/yasm/; revision=9520.2
parent
e78c4d10b9
commit
e60fe7b21c
5 changed files with 16 additions and 4 deletions
@ -0,0 +1,5 @@ |
||||
[bits 16] |
||||
[section .text] |
||||
|
||||
.local: |
||||
xor ax, ax |
@ -0,0 +1 @@ |
||||
-:4: warning: no non-local label before `.local' |
@ -0,0 +1,2 @@ |
||||
31 |
||||
c0 |
Loading…
Reference in new issue