mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +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)
|
||||
{}
|
||||
|
||||
virtual ~ARMBasicMCBuilder() {}
|
||||
|
||||
void setSession(Session *sp) {
|
||||
SP = sp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user