summaryrefslogtreecommitdiffstats
path: root/client/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/utils.h')
-rw-r--r--client/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/utils.h b/client/utils.h
index 46572795..d8d69626 100644
--- a/client/utils.h
+++ b/client/utils.h
@@ -50,6 +50,9 @@ private:
throw Exception(exption_string, err); \
}
+#define SPICE_BREAKPOINT() do{ \
+ __asm__ __volatile__ ("int $03"); \
+}while(0)
template <class T>
class AutoRef {