]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/op.c
PPC Breakpoints for gdb-stub (Jason Wessel)
[qemu.git] / target-ppc / op.c
index 4b0af5587cdb17fea8188122d29c9d94e185ac0e..ca1dbc5eb454c349391dc01668c88c63ec13ab6e 100644 (file)
@@ -204,6 +204,11 @@ PPC_OP(update_nip)
     env->nip = PARAM(1);
 }
 
+PPC_OP(debug)
+{
+    do_raise_exception(EXCP_DEBUG);
+}
+
 /* Segment registers load and store with immediate index */
 PPC_OP(load_srin)
 {