Index: courgette/assembly_program.h |
diff --git a/courgette/assembly_program.h b/courgette/assembly_program.h |
index 701b4767a8cffe0b6356ec4cc4a87eded480b7f6..bf2fae7d93ef0246c9d878aa91463699daad2603 100644 |
--- a/courgette/assembly_program.h |
+++ b/courgette/assembly_program.h |
@@ -87,7 +87,7 @@ class AssemblyProgram { |
CheckBool EmitByteInstruction(uint8 byte) WARN_UNUSED_RESULT; |
// Generates multiple bytes of data or machine instructions. |
- CheckBool EmitBytesInstruction(const uint8* value, uint32 len) |
+ CheckBool EmitBytesInstruction(const uint8* value, size_t len) |
Peter Kasting
2014/09/30 00:08:01
Only called by DisassemblerElf32::ParseSimpleRegio
|
WARN_UNUSED_RESULT; |
// Generates 4-byte relative reference to address of 'label'. |