--- uae/src/include/debug.h 2018/04/24 16:38:39 1.1.1.1 +++ uae/src/include/debug.h 2018/04/24 16:40:13 1.1.1.2 @@ -1,10 +1,10 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * Debugger - * + * * (c) 1995 Bernd Schmidt - * + * */ #define MAX_HIST 10000 @@ -16,7 +16,7 @@ extern int debugging; extern struct regstruct history[MAX_HIST]; extern union flagu historyf[MAX_HIST]; #else -extern CPTR history[MAX_HIST]; +extern uaecptr history[MAX_HIST]; #endif extern void debug(void);