9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4121035648fbd9184ef2c05054fdc78a40f5070c
parent c0304117aa7a69394fdaaa7433847d5de17b6d69
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Mon, 15 Oct 2018 18:30:30 +0100

[rmc] Change panic message to match the name of the function

Change-Id: Id3d3a68bf2b4e07ae18878cbdcbb35d2d6f366e4
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>

Diffstat:
Msrc/rmc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rmc.c b/src/rmc.c @@ -13,7 +13,7 @@ synchdl(struct trapframe *fp) cmd.imm2 = (fp->esr >> 8) & 0xff; if (why != 0x2e) - panic("wrong exception"); + panic("synchdl"); if (!setjmp(cmd.recover)) rmc(&cmd);