nasm.c: smarter handling of missing directives
commita36a4f2f1d24648912553751fae5fb2c7f78f6c8
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 7 Apr 2010 23:54:56 +0000 (7 16:54 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 7 Apr 2010 23:54:56 +0000 (7 16:54 -0700)
tree32868cfd09694b9398d5a6ecd3d0f703e26df00b
parent8adfa7244133b0de70e25d042eb72b6fce436711
nasm.c: smarter handling of missing directives

If we get D_unknown, we definitely don't need to pass it to the
backend for analysis.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasm.c