arch-arm: Fix line-length error in branch64.is
Change-Id: I62c5d5fd47927a838e6731a464fc7e6d8afab768
This commit is contained in:
@@ -208,7 +208,9 @@ let {{
|
||||
ExceptionLevel curr_el = currEL(cpsr);
|
||||
|
||||
if (fgtEnabled(xc->tcBase()) && curr_el == EL1 &&
|
||||
static_cast<HFGITR>(xc->tcBase()->readMiscReg(MISCREG_HFGITR_EL2)).eret) {
|
||||
static_cast<HFGITR>(
|
||||
xc->tcBase()->readMiscReg(MISCREG_HFGITR_EL2)).eret)
|
||||
{
|
||||
return std::make_shared<HypervisorTrap>(
|
||||
machInst, %(trap_iss)d, ExceptionClass::TRAPPED_ERET);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user