mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 23:29:16 +00:00
Add missing param name for reflect struct
This commit is contained in:
parent
fbee851daf
commit
a388cf0158
@ -62,7 +62,7 @@ struct vm_reflect {
|
||||
* be hooked into a reflect struct
|
||||
*/
|
||||
#define REFLECT(x) \
|
||||
void x(vm_reflect *)
|
||||
void x(vm_reflect *ref)
|
||||
|
||||
extern int vm_reflect_cpu_info(vm_reflect *);
|
||||
extern int vm_reflect_disasm_off(vm_reflect *);
|
||||
|
Loading…
Reference in New Issue
Block a user