commit | adb8c67f6d87a160d4e3a8afea7cb93f6c14568b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 06 16:49:32 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Mar 06 17:21:07 2012 -0800 |
tree | 93b265743b7fd7a831803f6bc84e2aa8ce338156 | |
parent | 731b2abfccd8704d129e3b8e46a086660161fef3 [diff] [blame] |
Move the compiler away from libdex. Change-Id: I0c5fdc38d94f1199023cfc6aab3060b927ad2383
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index 4c8bd44..953e3b1 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h
@@ -490,7 +490,7 @@ int offset; const u2* table; // Original dex table int size; - int vaddr; // Dalvik offset of OP_FILL_ARRAY_DATA opcode + int vaddr; // Dalvik offset of FILL_ARRAY_DATA opcode } FillArrayData;