mips: set CP0 Debug DExcCode for SDBBP instruction
commitc6c2c0fc32362ba234ae3bdad1a55c2d6aefaa12
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Fri, 23 Jun 2017 10:41:16 +0000 (23 12:41 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 17 Jul 2017 14:48:21 +0000 (17 16:48 +0200)
treeebd4b1acaf8a910371aed175a85ba9f07d665b6a
parent77031ee1ce4c7e5f4b4941535c4912eb2eb3503c
mips: set CP0 Debug DExcCode for SDBBP instruction

This patch fixes setting DExcCode field of CP0 Debug register
when SDBBP instruction is executed. According to EJTAG specification,
this field must be set to the value 9 (Bp).

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-id: 20170502120350.3368.92338.stgit@PASHA-ISP
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target/mips/helper.c