mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
(i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with LONGEST uses. * server.h (struct emit_ops): Replace int64_t uses with LONGEST uses. * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t uses with LONGEST uses.
This commit is contained in:
@ -598,7 +598,7 @@ struct emit_ops
|
||||
void (*emit_if_goto) (int *offset_p, int *size_p);
|
||||
void (*emit_goto) (int *offset_p, int *size_p);
|
||||
void (*write_goto_address) (CORE_ADDR from, CORE_ADDR to, int size);
|
||||
void (*emit_const) (int64_t num);
|
||||
void (*emit_const) (LONGEST num);
|
||||
void (*emit_call) (CORE_ADDR fn);
|
||||
void (*emit_reg) (int reg);
|
||||
void (*emit_pop) (void);
|
||||
|
Reference in New Issue
Block a user