fix crash when specifying --source on command line
[rofl0r-gnuboy.git] / debug.h
blob815b8c99df36027da7f250fa60c3c5bee75fd982
1 #ifndef DEBUG_H
2 #define DEBUG_H
4 void debug_disassemble(addr a, int c);
6 #endif