40class NopStaticInst :
public StaticInst
43 NopStaticInst() : StaticInst(
"gem5 nop", No_OpClass) {}
46 execute(ExecContext *xc, trace::InstRecord *traceData)
const override
52 advancePC(PCStateBase &
pc)
const override
58 generateDisassembly(
Addr pc,
59 const loader::SymbolTable *symtab)
const override
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
std::shared_ptr< FaultBase > Fault
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
StaticInstPtr nopStaticInstPtr
Pointer to a statically allocated generic "nop" instruction object.
constexpr decltype(nullptr) NoFault