mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
7 lines
158 B
NASM
7 lines
158 B
NASM
;
|
|
; To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527
|
|
;
|
|
%ifndef __OUTPUT_FORMAT__
|
|
%fatal '__OUTPUT_FORMAT__ defined as ', __OUTPUT_FORMAT__
|
|
%endif
|