mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
outform.h: fix OF_NO_RDF2
OF_NO_RDF2 should turn off OF_RDF2, not OF_RDF Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
801a218854
commit
3b861a7766
@ -234,7 +234,7 @@
|
||||
#undef OF_AS86
|
||||
#endif
|
||||
#ifdef OF_NO_RDF2
|
||||
#undef OF_RDF
|
||||
#undef OF_RDF2
|
||||
#endif
|
||||
#ifdef OF_NO_IEEE
|
||||
#undef OF_IEEE
|
||||
|
Loading…
x
Reference in New Issue
Block a user