« Previous | Next » 

Revision 54b2f42c

ID54b2f42cb1eef758b6070e805a5d6f7a84315ace

Added by Meador Inge about 11 years ago

target-mips: Translate breaks and traps into the appropriate signal

GCC and GAS are capable of generating traps or breaks to check for
division by zero. Additionally, GAS is capable of generating traps
or breaks to check for overflow on certain division and multiplication
operations. The Linux kernel translates these traps and breaks into
signals. This patch implements the corresponding feature in QEMU.

Signed-off-by: Meador Inge <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences