summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/x86/Assemble.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/compiler/codegen/x86/Assemble.c')
-rw-r--r--vm/compiler/codegen/x86/Assemble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/x86/Assemble.c b/vm/compiler/codegen/x86/Assemble.c
index dbb9b024a..d583001e9 100644
--- a/vm/compiler/codegen/x86/Assemble.c
+++ b/vm/compiler/codegen/x86/Assemble.c
@@ -99,7 +99,7 @@ void* dvmJitChain(void* tgtAddr, u4* branchAddr)
* next safe point.
*/
const Method *dvmJitToPatchPredictedChain(const Method *method,
- InterpState *interpState,
+ Thread *self,
PredictedChainingCell *cell,
const ClassObject *clazz)
{