Ignore:
Timestamp:
Aug 11, 1999, 4:59:36 PM (26 years ago)
Author:
phaller
Message:

Fix: ODINWRAP completed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinwrap.h

    r475 r476  
    1 /* $Id: odinwrap.h,v 1.2 1999-08-11 14:03:34 phaller Exp $ */
     1/* $Id: odinwrap.h,v 1.3 1999-08-11 14:59:36 phaller Exp $ */
    22
    33/*
     
    1414#define _ODINWARP_H_
    1515
    16 /* remarks:
    17 
    18    - provide complete set of generic debug macros (level 6++)
    19 */
    2016
    2117/****************************************************************************
     
    262258  {                               \
    263259    unsigned short sel = RestoreOS2FS();  \
    264     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     260    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     261             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh) enter\n", \
    265262             pszOdinDebugChannel,             \
    266263             a1,a2,a3));                      \
     
    280277  {                               \
    281278    unsigned short sel = RestoreOS2FS();  \
    282     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     279    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     280             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh) enter\n", \
    283281             pszOdinDebugChannel,             \
    284282             a1,a2,a3));                      \
     
    298296  {                               \
    299297    unsigned short sel = RestoreOS2FS();  \
    300     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     298    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     299             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh) enter\n", \
    301300             pszOdinDebugChannel,             \
    302301             a1,a2,a3));                      \
     
    316315  {                               \
    317316    unsigned short sel = RestoreOS2FS();  \
    318     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     317    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     318             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh) enter\n", \
    319319             pszOdinDebugChannel,             \
    320320             a1,a2,a3));                      \
     
    334334  {                               \
    335335    unsigned short sel = RestoreOS2FS();  \
    336     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     336    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     337             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     338             ", "#t8" "#a8"=%08xh) enter\n", \
    337339             pszOdinDebugChannel,             \
    338340             a1,a2,a3));                      \
     
    352354  {                               \
    353355    unsigned short sel = RestoreOS2FS();  \
    354     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     356    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     357             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     358             ", "#t8" "#a8"=%08xh) enter\n", \
    355359             pszOdinDebugChannel,             \
    356360             a1,a2,a3));                      \
     
    370374  {                               \
    371375    unsigned short sel = RestoreOS2FS();  \
    372     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     376    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     377             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     378             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh) enter\n", \
    373379             pszOdinDebugChannel,             \
    374380             a1,a2,a3));                      \
     
    388394  {                               \
    389395    unsigned short sel = RestoreOS2FS();  \
    390     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     396    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     397             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     398             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh) enter\n", \
    391399             pszOdinDebugChannel,             \
    392400             a1,a2,a3));                      \
     
    406414  {                               \
    407415    unsigned short sel = RestoreOS2FS();  \
    408     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     416    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     417             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     418             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh) enter\n", \
    409419             pszOdinDebugChannel,             \
    410420             a1,a2,a3));                      \
     
    424434  {                               \
    425435    unsigned short sel = RestoreOS2FS();  \
    426     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     436    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     437             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh" \
     438             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh) enter\n", \
    427439             pszOdinDebugChannel,             \
    428440             a1,a2,a3));                      \
     
    442454  {                               \
    443455    unsigned short sel = RestoreOS2FS();  \
    444     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     456    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     457             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh"  \
     458             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh, "#t11" "#a11"=%08xh) enter\n", \
    445459             pszOdinDebugChannel,             \
    446460             a1,a2,a3));                      \
     
    460474  {                               \
    461475    unsigned short sel = RestoreOS2FS();  \
    462     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     476    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     477             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh"  \
     478             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh, "#t11" "#a11"=%08xh) enter\n", \
    463479             pszOdinDebugChannel,             \
    464480             a1,a2,a3));                      \
     
    478494  {                               \
    479495    unsigned short sel = RestoreOS2FS();  \
    480     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     496    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     497             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh"     \
     498             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh, "#t11" "#a11"=%08xh" \
     499             ", "#t12" "#a12"=%08xh) enter\n", \
    481500             pszOdinDebugChannel,             \
    482501             a1,a2,a3));                      \
     
    496515  {                               \
    497516    unsigned short sel = RestoreOS2FS();  \
    498     dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh) enter\n", \
     517    dprintf(("%s: void "#cName"("#t1" "#a1"=%08xh, "#t2" "#a2"=%08xh, "#t3" "#a3"=%08xh)" \
     518             ", "#t4" "#a4"=%08xh, "#t5" "#a5"=%08xh, "#t6" "#a6"=%08xh, "#t7" "#a7"=%08xh"     \
     519             ", "#t8" "#a8"=%08xh, "#t9" "#a9"=%08xh, "#t10" "#a10"=%08xh, "#t11" "#a11"=%08xh" \
     520             ", "#t12" "#a12"=%08xh) enter\n", \
    499521             pszOdinDebugChannel,             \
    500522             a1,a2,a3));                      \
Note: See TracChangeset for help on using the changeset viewer.