Fixed whitespace drift.

--HG--
extra : convert_revision : e2770eef5208a99078207d999ba2d84346651db8
This commit is contained in:
Edwin Smith 2010-04-26 10:53:32 -04:00
parent 08a1347b19
commit d6a6e57a1e
3 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ namespace nanojit
/** Cached value of VMPI_getVMPageSize */
const size_t bytesPerPage;
/** Number of bytes to request from VMPI layer, always a multiple of the page size */
const size_t bytesPerAlloc;

View File

@ -1148,7 +1148,7 @@ namespace nanojit
return prefer;
}
bool Assembler::canRemat(LIns* ins)
{
return ins->isImmAny() || ins->isop(LIR_alloc);

View File

@ -233,7 +233,7 @@ namespace nanojit {
public:
// All Nanojit and jstracer printing should be routed through
// this function.
virtual ~LogControl() {}
virtual ~LogControl() {}
#ifdef NJ_VERBOSE
virtual void printf( const char* format, ... ) PRINTF_CHECK(2,3);
#endif