6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE

Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast.

Reviewed-by: xlu
This commit is contained in:
Coleen Phillimore 2009-01-13 14:41:44 -05:00
parent 76f79d82ad
commit a1442ea7ff
8 changed files with 45 additions and 37 deletions

View file

@ -66,7 +66,6 @@ friend class CppInterpreterGenerator;
friend class InterpreterGenerator;
friend class InterpreterMacroAssembler;
friend class frame;
friend class SharedRuntime;
friend class VMStructs;
public: