Make microOp vs microop and macroOp vs macroop capitilization consistent.
src/arch/x86/isa/macroop.isa:
Make microOp vs microop and macroOp vs macroop capitilization consistent. Also fill out the emulation environment handling a little more, and use an object to pass around output code.
src/arch/x86/isa/microops/base.isa:
Make microOp vs microop and macroOp vs macroop capitilization consistent. Also adjust python to C++ bool translation.
--HG--
extra : convert_revision : 6f4bacfa334c42732c845f9a7f211cbefc73f96f
This commit is contained in:
@@ -76,9 +76,9 @@ StaticInst::hasBranchTarget(Addr pc, ThreadContext *tc, Addr &tgt) const
|
||||
}
|
||||
|
||||
StaticInstPtr
|
||||
StaticInst::fetchMicroOp(MicroPC micropc)
|
||||
StaticInst::fetchMicroop(MicroPC micropc)
|
||||
{
|
||||
panic("StaticInst::fetchMicroOp() called on instruction "
|
||||
panic("StaticInst::fetchMicroop() called on instruction "
|
||||
"that is not microcoded.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user