2012-07-16 23:31 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/vm/extrap.c
    ! old IA64 compilation typo.
      Thanks to Raphael for report and patch.
This commit is contained in:
Viktor Szakats
2012-07-16 21:31:52 +00:00
parent 2991d747b0
commit 47d6ba17c7
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-16 23:31 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/vm/extrap.c
! old IA64 compilation typo.
Thanks to Raphael for report and patch.
2012-07-16 16:20 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbide/projectpropertiesex.ui
! HBMK2 -> hbmk2 to be consistent with everywhere else

View File

@@ -166,7 +166,7 @@ static LONG WINAPI hb_winExceptionHandler( struct _EXCEPTION_POINTERS * pExcepti
pCtx->IntT8 , pCtx->IntT9 , pCtx->IntT10, pCtx->IntT11,
pCtx->IntT12, pCtx->IntT13, pCtx->IntT14, pCtx->IntT15,
pCtx->IntT16, pCtx->IntT17, pCtx->IntT18, pCtx->IntT19,
pCtx->IntT20, pCtx->IntT21, pCtx->IntT22
pCtx->IntT20, pCtx->IntT21, pCtx->IntT22,
pCtx->IntGp , pCtx->IntV0 , pCtx->IntSp , pCtx->IntTeb,
pCtx->IntNats );
}