too many arguments to function 'void armv_end(void*)'

This commit is contained in:
TwistedUmbrella 2015-05-23 11:30:08 -04:00
parent 604a3a0f8a
commit 97569a9f24
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ enum OpType
void armv_call(void* target);
void armv_setup();
void armv_intpr(u32 opcd);
void armv_end(void* codestart);
void armv_end(void* codestart, u32 cycles);
void armv_check_pc(u32 pc);
void armv_check_cache(u32 opcd, u32 pc);
void armv_imm_to_reg(u32 regn, u32 imm);