mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-31 08:30:51 +00:00
add __attribute__ ((noreturn)) to error()
This commit is contained in:
parent
3fb94f986f
commit
71ffdff25f
@ -12,4 +12,4 @@ typedef unsigned int u_int32_t;
|
|||||||
typedef signed int int32_t;
|
typedef signed int int32_t;
|
||||||
|
|
||||||
extern void memdump(unsigned char* addr, unsigned long size);
|
extern void memdump(unsigned char* addr, unsigned long size);
|
||||||
extern void error(char *x);
|
extern void error(char *x) __attribute__ ((noreturn));
|
||||||
|
Loading…
Reference in New Issue
Block a user