mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-08 03:37:46 +00:00
Fix another build warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c85eacba27
commit
a70261550e
@ -223,6 +223,8 @@ public:
|
|||||||
: Opcode(opc), Format(format), NumOps(num), Algo(algo), SP(0)
|
: Opcode(opc), Format(format), NumOps(num), Algo(algo), SP(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
virtual ~ARMBasicMCBuilder() {}
|
||||||
|
|
||||||
void setSession(Session *sp) {
|
void setSession(Session *sp) {
|
||||||
SP = sp;
|
SP = sp;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user