| commit | 5d5b94c8d14b166af580d5dd5906db4f9527d6ca | [log] [tgz] |
|---|---|---|
| author | Carl Shapiro <cshapiro@google.com> | Tue Apr 19 17:34:24 2011 -0700 |
| committer | Carl Shapiro <cshapiro@google.com> | Tue Apr 19 17:34:24 2011 -0700 |
| tree | 3316231983154784835b1d8b056e233727ee42c5 | |
| parent | 6f430bb050987ca4e0be70e9c6aea5a11b4a7f84 [diff] [blame] |
Move the compiler into C++. Change-Id: Idffbdb02c29e2be03a75f5a0a664603f2299504a
diff --git a/vm/compiler/CompilerIR.h b/vm/compiler/CompilerIR.h index bdb69ce..bec052a 100644 --- a/vm/compiler/CompilerIR.h +++ b/vm/compiler/CompilerIR.h
@@ -42,7 +42,7 @@ } RegLocation; #define INVALID_SREG (-1) -#define INVALID_REG (-1) +#define INVALID_REG (0x3F) typedef enum BBType { /* For coding convenience reasons chaining cell types should appear first */