Merge zizzer:/bk/newmem
into zower.eecs.umich.edu:/eecshome/m5/newmem --HG-- extra : convert_revision : 2398e48722dd71ddf270e93bd7b387078fb30e6b
This commit is contained in:
@@ -379,6 +379,7 @@ class StaticInst : public StaticInstBase
|
||||
{
|
||||
panic("StaticInst::branchTarget() called on instruction "
|
||||
"that is not a PC-relative branch.");
|
||||
M5_DUMMY_RETURN
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -393,6 +394,7 @@ class StaticInst : public StaticInstBase
|
||||
panic("StaticInst::branchTarget() called on instruction "
|
||||
"that is not an indirect branch.");
|
||||
}
|
||||
M5_DUMMY_RETURN
|
||||
|
||||
/**
|
||||
* Return true if the instruction is a control transfer, and if so,
|
||||
|
||||
Reference in New Issue
Block a user