mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Make a function const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
588f14855f
commit
8b6821732e
@ -47,7 +47,7 @@ public:
|
||||
// ---------------------------------------------------------------------------
|
||||
// Machine code accessors...
|
||||
//
|
||||
inline MachineCodeForVMInstr &getMachineInstrVec() {
|
||||
inline MachineCodeForVMInstr &getMachineInstrVec() const {
|
||||
return *machineInstrVec;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user