Changeset 6620 for trunk/include
- Timestamp:
- Sep 1, 2001, 2:47:13 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinbuild.h
r6604 r6620 1 /* $Id: odinbuild.h,v 1.15 1 2001-08-29 04:07:55 birdExp $1 /* $Id: odinbuild.h,v 1.152 2001-09-01 12:45:29 sandervl Exp $ 2 2 * 3 3 * Odin32 version number and build numbers. … … 27 27 28 28 #endif 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 -
trunk/include/odinwrap.h
r6619 r6620 326 326 dprintf(("%s: void "#cName"() leave\n", \ 327 327 pszOdinDebugChannel)); \ 328 FNEPILOGUE \328 FNEPILOGUE(#cName) \ 329 329 } \ 330 330 \ … … 364 364 dprintf(("%s: void "#cName"() leave\n", \ 365 365 pszOdinDebugChannel)); \ 366 FNEPILOGUE \366 FNEPILOGUE(#cName) \ 367 367 } \ 368 368 \ … … 402 402 dprintf(("%s: void "#cName"() leave\n", \ 403 403 pszOdinDebugChannel)); \ 404 FNEPILOGUE \404 FNEPILOGUE(#cName) \ 405 405 } \ 406 406 \ … … 442 442 dprintf(("%s: void "#cName"() leave\n", \ 443 443 pszOdinDebugChannel)); \ 444 FNEPILOGUE \444 FNEPILOGUE(#cName) \ 445 445 } \ 446 446 \ … … 482 482 dprintf(("%s: void "#cName"() leave\n", \ 483 483 pszOdinDebugChannel)); \ 484 FNEPILOGUE \484 FNEPILOGUE(#cName) \ 485 485 } \ 486 486 \ … … 522 522 dprintf(("%s: void "#cName"() leave\n", \ 523 523 pszOdinDebugChannel)); \ 524 FNEPILOGUE \524 FNEPILOGUE(#cName) \ 525 525 } \ 526 526 \ … … 562 562 dprintf(("%s: void "#cName"() leave\n", \ 563 563 pszOdinDebugChannel)); \ 564 FNEPILOGUE \564 FNEPILOGUE(#cName) \ 565 565 } \ 566 566 \ … … 604 604 dprintf(("%s: void "#cName"() leave\n", \ 605 605 pszOdinDebugChannel)); \ 606 FNEPILOGUE \606 FNEPILOGUE(#cName) \ 607 607 } \ 608 608 \ … … 646 646 dprintf(("%s: void "#cName"() leave\n", \ 647 647 pszOdinDebugChannel)); \ 648 FNEPILOGUE \648 FNEPILOGUE(#cName) \ 649 649 } \ 650 650 \ … … 688 688 dprintf(("%s: void "#cName"() leave\n", \ 689 689 pszOdinDebugChannel)); \ 690 FNEPILOGUE \690 FNEPILOGUE(#cName) \ 691 691 } \ 692 692 \ … … 890 890 FNPROLOGUE(#cName) \ 891 891 ODIN_##cName(a1,a2,a3,a4,a5); \ 892 FNEPILOGUE \892 FNEPILOGUE(#cName) \ 893 893 } \ 894 894 \ … … 915 915 FNPROLOGUE(#cName) \ 916 916 ODIN_##cName(a1,a2,a3,a4,a5,a6); \ 917 FNEPILOGUE \917 FNEPILOGUE(#cName) \ 918 918 } \ 919 919 \ … … 940 940 FNPROLOGUE(#cName) \ 941 941 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7); \ 942 FNEPILOGUE \942 FNEPILOGUE(#cName) \ 943 943 } \ 944 944 \ … … 965 965 FNPROLOGUE(#cName) \ 966 966 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8); \ 967 FNEPILOGUE \967 FNEPILOGUE(#cName) \ 968 968 } \ 969 969 \ … … 990 990 FNPROLOGUE(#cName) \ 991 991 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9); \ 992 FNEPILOGUE \992 FNEPILOGUE(#cName) \ 993 993 } \ 994 994 \ … … 1015 1015 FNPROLOGUE(#cName) \ 1016 1016 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10); \ 1017 FNEPILOGUE \1017 FNEPILOGUE(#cName) \ 1018 1018 } \ 1019 1019 \ … … 1040 1040 FNPROLOGUE(#cName) \ 1041 1041 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11); \ 1042 FNEPILOGUE \1042 FNEPILOGUE(#cName) \ 1043 1043 } \ 1044 1044 \ … … 1065 1065 FNPROLOGUE(#cName) \ 1066 1066 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12); \ 1067 FNEPILOGUE \1067 FNEPILOGUE(#cName) \ 1068 1068 } \ 1069 1069 \ … … 1090 1090 FNPROLOGUE(#cName) \ 1091 1091 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13); \ 1092 FNEPILOGUE \1092 FNEPILOGUE(#cName) \ 1093 1093 } \ 1094 1094 \ … … 1115 1115 FNPROLOGUE(#cName) \ 1116 1116 ODIN_##cName(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14); \ 1117 FNEPILOGUE \1117 FNEPILOGUE(#cName) \ 1118 1118 } \ 1119 1119 \
Note:
See TracChangeset
for help on using the changeset viewer.