ChangeLog 20000425-15:05 GMT+1

This commit is contained in:
Ryszard Glab
2000-04-25 13:02:02 +00:00
parent b989aea90c
commit ca228db0f7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
20000425-15:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/hbpcode.c
*fixed length of HB_P_PUSHDOUBLE pcode
20000425-12:40 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*include/hbcomp.h

View File

@@ -134,7 +134,7 @@ static BYTE s_pcode_len[] = {
3, /* HB_P_PUSHMEMVAR, */
3, /* HB_P_PUSHMEMVARREF, */
1, /* HB_P_PUSHNIL, */
1+sizeof(double), /* HB_P_PUSHDOUBLE, */
2+sizeof(double), /* HB_P_PUSHDOUBLE, */
1, /* HB_P_PUSHSELF, */
3, /* HB_P_PUSHSTATIC, */
3, /* HB_P_PUSHSTATICREF, */