Skip to content

Commit

Permalink
Pick common code changes from 20976f43
Browse files Browse the repository at this point in the history
20976f43: s390x: Implement conditional trap instructions
  • Loading branch information
mephi42 authored and rhelmot committed Jan 22, 2020
1 parent 5fcbc21 commit 4998faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pub/libvex_ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,7 @@ typedef
Ijk_SigTRAP, /* current instruction synths SIGTRAP */
Ijk_SigSEGV, /* current instruction synths SIGSEGV */
Ijk_SigBUS, /* current instruction synths SIGBUS */
Ijk_SigFPE, /* current instruction synths generic SIGFPE */
Ijk_SigFPE_IntDiv, /* current instruction synths SIGFPE - IntDiv */
Ijk_SigFPE_IntOvf, /* current instruction synths SIGFPE - IntOvf */
/* Unfortunately, various guest-dependent syscall kinds. They
Expand Down
1 change: 1 addition & 0 deletions pub/libvex_trc_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
#define VEX_TRC_JMP_SIGSEGV 87 /* deliver segv (SIGSEGV) before
continuing */
#define VEX_TRC_JMP_SIGBUS 93 /* deliver SIGBUS before continuing */
#define VEX_TRC_JMP_SIGFPE 105 /* deliver SIGFPE before continuing */

#define VEX_TRC_JMP_SIGFPE_INTDIV 97 /* deliver SIGFPE (integer divide
by zero) before continuing */
Expand Down

0 comments on commit 4998faa

Please sign in to comment.