mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
parent
9d2404b486
commit
b884fe5f74
@ -737,7 +737,7 @@ QString CutterCore::getInstructionOpcode(RVA addr)
|
|||||||
void CutterCore::editInstruction(RVA addr, const QString &inst)
|
void CutterCore::editInstruction(RVA addr, const QString &inst)
|
||||||
{
|
{
|
||||||
CORE_LOCK();
|
CORE_LOCK();
|
||||||
rz_core_write_assembly(core, addr, inst.trimmed().toStdString().c_str(), false, false);
|
rz_core_write_assembly(core, addr, inst.trimmed().toStdString().c_str());
|
||||||
emit instructionChanged(addr);
|
emit instructionChanged(addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user