Skip to content

Commit

Permalink
add missing ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 1, 2024
1 parent 3679711 commit 46c517e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -3954,9 +3954,11 @@ static void perform_ver(const char *arg)
"32"
#endif
" v%s, %.16s\n", version, _stubinfo->magic);
#ifdef DJ64
printf(" stub version %i, loader version %i\n",
_stubinfo->stubinfo_ver >> 16,
_stubinfo->stubinfo_ver & 0xffff);
#endif
if (REV_ID[0])
printf(" Source ID: %s\n", REV_ID);
if (is_r)
Expand Down

0 comments on commit 46c517e

Please sign in to comment.