mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 509596 - Remove some dead code, r=dvander.
--HG-- extra : rebase_source : 9d5ff6c6900b3befce2f6b6bf13d02a582f4a35d
This commit is contained in:
parent
3dd52407c3
commit
a81fcd433a
@ -673,10 +673,6 @@ namespace nanojit
|
||||
// native code gen buffer setup
|
||||
nativePageSetup();
|
||||
|
||||
#ifdef AVMPLUS_PORTING_API
|
||||
_endJit2Addr = _nExitIns;
|
||||
#endif
|
||||
|
||||
// make sure we got memory at least one page
|
||||
if (error()) return;
|
||||
|
||||
|
@ -319,12 +319,6 @@ namespace nanojit
|
||||
inline void fpu_pop() {
|
||||
debug_only( --_fpuStkDepth; /*char foo[8]= "FPUSTK0"; foo[6]-=_fpuStkDepth; output_asm(foo);*/ NanoAssert(_fpuStkDepth<=0); )
|
||||
}
|
||||
#ifdef AVMPLUS_PORTING_API
|
||||
// these pointers are required to store
|
||||
// the address range where code has been
|
||||
// modified so we can flush the instruction cache.
|
||||
void* _endJit2Addr;
|
||||
#endif // AVMPLUS_PORTING_API
|
||||
avmplus::Config &config;
|
||||
};
|
||||
|
||||
|
@ -43,10 +43,6 @@
|
||||
#ifndef __nanojit_Fragmento__
|
||||
#define __nanojit_Fragmento__
|
||||
|
||||
#ifdef AVMPLUS_VERBOSE
|
||||
extern void drawTraceTrees(Fragmento *frago, FragmentMap * _frags, avmplus::AvmCore *core, char *fileName);
|
||||
#endif
|
||||
|
||||
namespace nanojit
|
||||
{
|
||||
struct GuardRecord;
|
||||
|
Loading…
Reference in New Issue
Block a user