summaryrefslogtreecommitdiffstats
path: root/courgette
diff options
context:
space:
mode:
Diffstat (limited to 'courgette')
-rw-r--r--courgette/assembly_program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/courgette/assembly_program.h b/courgette/assembly_program.h
index 3d231c2..2a68e51 100644
--- a/courgette/assembly_program.h
+++ b/courgette/assembly_program.h
@@ -124,7 +124,7 @@ class AssemblyProgram {
// Sharing instructions that emit a single byte saves a lot of space.
Instruction* GetByteInstruction(uint8 byte);
- scoped_array<Instruction*> byte_instruction_cache_;
+ scoped_ptr<Instruction*[]> byte_instruction_cache_;
uint64 image_base_; // Desired or mandated base address of image.