Add const to uc_reg_write and derivitives
This commit is contained in:
2
qemu/target-mips/unicorn.h
Normal file → Executable file
2
qemu/target-mips/unicorn.h
Normal file → Executable file
@@ -6,7 +6,7 @@
|
||||
|
||||
// functions to read & write registers
|
||||
int mips_reg_read(uch handle, unsigned int regid, void *value);
|
||||
int mips_reg_write(uch handle, unsigned int regid, void *value);
|
||||
int mips_reg_write(uch handle, unsigned int regid, const void *value);
|
||||
|
||||
void mips_reg_reset(uch handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user