Re-implemented support for breakpoints in the PTrace namespace.
[aesalon.git] / src / interface / Breakpoint.cpp
blob59b331dfcf5938b1de212ad2ec1284289c8d5468
1 #include "Breakpoint.h"
3 namespace Aesalon {
4 namespace Interface {
6 Byte Breakpoint::BREAKPOINT_CHARACTER = 0xcc;
8 } // namespace Interface
9 } // namespace Aesalon