From c4318a7f83ceebd84e6e364ca4e1c1e424b0dd77 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 27 Jun 2003 10:12:49 +0000 Subject: [PATCH] Added some comments for HB_P_PUSHBYTE --- harbour/source/compiler/gencli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/harbour/source/compiler/gencli.c b/harbour/source/compiler/gencli.c index b4a6d8d09c..c6e1f6bb3e 100644 --- a/harbour/source/compiler/gencli.c +++ b/harbour/source/compiler/gencli.c @@ -1348,7 +1348,9 @@ static HB_GENC_FUNC( hb_p_pushfield ) static HB_GENC_FUNC( hb_p_pushbyte ) { + // load constant numeric onto the stack fprintf( cargo->yyc, " ldc.i4.s %i\n", pFunc->pCode[ lPCodePos + 1 ] ); + // turn the stack value into an object fprintf( cargo->yyc, " box [mscorlib]System.Int32\n" ); // fprintf( cargo->yyc, "\tHB_P_PUSHBYTE, %i,",