4.60 beta

This commit is contained in:
Igor Pavlov
2008-08-19 00:00:00 +00:00
committed by Kornel Lesiński
parent 173c07e166
commit c10e6b16f6
107 changed files with 490 additions and 503 deletions

View File

@@ -1,5 +1,5 @@
/* Bra86.c -- converter for x86 code (BCJ)
2008-03-19
2008-08-17
Copyright (c) 1999-2008 Igor Pavlov
Read Bra.h for license options */
@@ -19,7 +19,7 @@ SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding
ip += 5;
prevPosT = (SizeT)0 - 1;
for(;;)
for (;;)
{
Byte *p = data + bufferPos;
Byte *limit = data + size - 4;