6921922: fix for 6911204 breaks tagged stack interpreter

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2010-02-03 12:28:30 -08:00
parent 0c27c5537e
commit aecc4f4081
3 changed files with 171 additions and 60 deletions

View file

@ -742,6 +742,9 @@ class CommandLineFlags {
diagnostic(bool, PrintAdapterHandlers, false, \
"Print code generated for i2c/c2i adapters") \
\
develop(bool, VerifyAdapterSharing, false, \
"Verify that the code for shared adapters is the equivalent") \
\
diagnostic(bool, PrintAssembly, false, \
"Print assembly code (using external disassembler.so)") \
\