mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Move default parameter to h
This commit is contained in:
parent
3bdb0b2aba
commit
e72976ff55
@ -702,7 +702,7 @@ void QRCore::setOptions(QString key)
|
||||
// anal plugin
|
||||
}
|
||||
|
||||
void QRCore::setCPU(QString arch, QString cpu, int bits, bool temporary = false)
|
||||
void QRCore::setCPU(QString arch, QString cpu, int bits, bool temporary)
|
||||
{
|
||||
config("asm.arch", arch);
|
||||
config("asm.cpu", cpu);
|
||||
|
@ -79,7 +79,7 @@ public:
|
||||
QString assemble(const QString &code);
|
||||
QString disassemble(const QString &hex);
|
||||
void setDefaultCPU();
|
||||
void setCPU(QString arch, QString cpu, int bits, bool temporary);
|
||||
void setCPU(QString arch, QString cpu, int bits, bool temporary = false);
|
||||
RAnalFunction *functionAt(ut64 addr);
|
||||
QString cmdFunctionAt(QString addr);
|
||||
/* sdb */
|
||||
|
Loading…
Reference in New Issue
Block a user