fix PPC debug-only build breakage

--HG--
extra : convert_revision : 6b99983c6b88ce05809d05e4e2b24836a1c2724e
This commit is contained in:
Rick Reitmaier 2010-04-23 10:49:32 -07:00
Родитель 49be20eb0d
Коммит 08a1347b19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1231,7 +1231,7 @@ namespace nanojit
verbose_only(if (_logc->lcbits & LC_Assembly) outputf("%p:",after);) verbose_only(if (_logc->lcbits & LC_Assembly) outputf("%p:",after);)
MR(rr,rf); MR(rr,rf);
NanoAssert(isS14(after - (_nIns-1))); NanoAssert(isS24(after - (_nIns-1)));
asm_branch_near(false, condval, after); asm_branch_near(false, condval, after);
if (rr != rt) if (rr != rt)