X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Fports%2Fhost%2Fsupport.c;h=c98d4896dc811cc5b4b982bde278c5994f0256d0;hb=c952b788d3bc57479db3a7c5e156185bcfbdf9f3;hp=756a6235f43cd871c4d715dd078f9a2e287f059f;hpb=452ab8743703102ed30a7fbc559fa0f32bbd1482;p=fw%2Fsdcc diff --git a/support/regression/ports/host/support.c b/support/regression/ports/host/support.c index 756a6235..c98d4896 100644 --- a/support/regression/ports/host/support.c +++ b/support/regression/ports/host/support.c @@ -6,3 +6,8 @@ void _putchar(char c) { putchar(c); } + +void _exitEmu(void) +{ + exit(0); +}