mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
add "const" to output/outdbg.c
apparently we missed that when updating "const" in other files
This commit is contained in:
parent
b9957462d6
commit
24196047b5
@ -100,7 +100,7 @@ static void dbg_deflabel(char *name, int32_t segment, int32_t offset,
|
||||
is_global, special ? ": " : "", special);
|
||||
}
|
||||
|
||||
static void dbg_out(int32_t segto, void *data, uint32_t type,
|
||||
static void dbg_out(int32_t segto, const void *data, uint32_t type,
|
||||
int32_t segment, int32_t wrt)
|
||||
{
|
||||
int32_t realbytes = type & OUT_SIZMASK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user