Skip to content

Commit

Permalink
Remove debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Oct 22, 2022
1 parent 47c0e7d commit c2946c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indirection.inc
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@ stock Indirect_Meta(GLOBAL_TAG_TYPES:...)
stock Indirect_CB__(const callback[])
{
// Return the address of a public by name.
printf("callback = %s", callback);
printf("callback = %d", funcidx(callback));
printf("callback = %d", GetPublicAddressFromIndex(funcidx(callback)));
return GetPublicAddressFromIndex(funcidx(callback));
}

Expand Down Expand Up @@ -342,9 +339,6 @@ stock Indirect_Call__(meta, GLOBAL_TAG_TYPES:...)
static
addr = 0;
#pragma unused meta

printf("INDIRECTION_DATA = %d", INDIRECTION_DATA);
printf("INDIRECTION_TAG = %d", INDIRECTION_TAG);
if (!INDIRECTION_DATA)
{
return 0;
Expand Down Expand Up @@ -423,7 +417,6 @@ stock Indirect_Call__(meta, GLOBAL_TAG_TYPES:...)
{
case 'i', 'd', 't', 'f', 'c':
{
printf("Resolving parameter %d", i - 4);
// Resolve non-reference parameters.
#emit LREF.pri addr
#emit LOAD.I
Expand Down

0 comments on commit c2946c2

Please sign in to comment.