summaryrefslogtreecommitdiff
path: root/src/compiler/Frontend.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2011-08-23 16:02:11 -0700
committer Brian Carlstrom <bdc@google.com> 2011-08-31 09:46:57 -0700
commit1f87008b165d26541d832ff805250afdc89c253d (patch)
treea84122b3757b8f856eb0656a951ed6621b6d01a8 /src/compiler/Frontend.cc
parentc5bfa8f49d8548d7c685a99b411311ef56bedffa (diff)
Add HeapTest and make GC work enough to pass it
Change-Id: If06eaef2921b64b3226bfd347acaec60ec993e67
Diffstat (limited to 'src/compiler/Frontend.cc')
-rw-r--r--src/compiler/Frontend.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Frontend.cc b/src/compiler/Frontend.cc
index 6c31cfe5b3..9ef2b4fe51 100644
--- a/src/compiler/Frontend.cc
+++ b/src/compiler/Frontend.cc
@@ -18,6 +18,7 @@
#include "CompilerInternals.h"
#include "Dataflow.h"
#include "constants.h"
+#include "runtime.h"
static inline bool contentIsInsn(const u2* codePtr) {
u2 instr = *codePtr;