Fixed missing declaration of 'fatal' in ibm.h
This commit is contained in:
parent
0985952317
commit
bd3576e947
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ extern int cdrom_enabled;
|
|||
extern uint32_t atapi_get_cd_volume(int channel);
|
||||
|
||||
void pclog(const char *format, ...);
|
||||
void fatal(const char *format, ...);
|
||||
extern int nmi;
|
||||
|
||||
extern int times;
|
||||
|
|
|
|||
Loading…
Reference in a new issue