Added a specific breakpoint for the M68K illegal instruction exception
[clinton/Virtual-Jaguar-Rx.git] / src / LEB128.h
... / ...
CommitLineData
1
2// LEB128 handler
3
4//
5extern unsigned long ReadULEB128(char *addr);
6extern long ReadLEB128(char *addr);