mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
apply dborca's patch - make the "-U" switch work - finally!
This commit is contained in:
parent
fac9abce80
commit
d352302111
2
nasm.c
2
nasm.c
@ -378,6 +378,8 @@ static int process_arg (char *p, char *q)
|
||||
case 'E':
|
||||
case 'F':
|
||||
case 'X':
|
||||
case 'u':
|
||||
case 'U':
|
||||
if ( !(param = get_param (p, q, &advance)) )
|
||||
break;
|
||||
if (p[1]=='o') { /* output file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user