mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 22:47:12 +02:00
Merge pull request #459 from lioncash/prototype-typo
Fix a typo in a function prototype in PowerPCDisasm.h
This commit is contained in:
commit
b79482af44
3
Externals/Bochs_disasm/PowerPCDisasm.h
vendored
3
Externals/Bochs_disasm/PowerPCDisasm.h
vendored
@ -23,6 +23,7 @@
|
|||||||
#define _POWERPC_DISASM
|
#define _POWERPC_DISASM
|
||||||
|
|
||||||
void DisassembleGekko(unsigned int opcode, unsigned int curInstAddr, char* dest, int max_size);
|
void DisassembleGekko(unsigned int opcode, unsigned int curInstAddr, char* dest, int max_size);
|
||||||
const char *GetGRPName(unsigned int index);
|
const char* GetGPRName(unsigned int index);
|
||||||
|
const char* GetFPRName(unsigned int index);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
|
||||||
extern const char* GetGRPName(unsigned int index);
|
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(CRegisterWindow, wxPanel)
|
BEGIN_EVENT_TABLE(CRegisterWindow, wxPanel)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user