Skip to content
Snippets Groups Projects
Commit b626df1b authored by ram's avatar ram
Browse files

Added dummy conditional for RT breakpoint inst so it will compile.

parent dd8f9c6c
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,9 @@ inst breakpoint_install(code_obj, pc_offset) ...@@ -44,6 +44,9 @@ inst breakpoint_install(code_obj, pc_offset)
#endif #endif
#ifdef sparc #ifdef sparc
trap_Breakpoint trap_Breakpoint
#endif
#ifdef ibmrt
0 \* hack *\
#endif #endif
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment