1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-28 04:57:44 +00:00

Add missing param name for reflect struct

This commit is contained in:
Peter Evans 2018-02-06 14:26:57 -06:00
parent fbee851daf
commit a388cf0158

View File

@ -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 *);