Added comment to debugger exit with error

This commit is contained in:
mc78
2019-11-12 20:48:43 +01:00
committed by Oliver Schmidt
parent 3daecfb3dd
commit 694dd9240f
4 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <cc65.h>
void __fastcall__ _afailed (char* file, unsigned line)

View File

@@ -9,7 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <cc65.h>
void abort (void)