Skip to content

Commit

Permalink
dlfcn: fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Oct 27, 2024
1 parent 58a14c0 commit eebaefc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dlfcn.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ extern "C" {

// Embedded GDB script to auto-load DSO symbols
#ifndef N64_DSO
/// @cond
asm(
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
".byte 4\n"
Expand Down Expand Up @@ -70,6 +71,7 @@ asm(
".byte 0\n"
".popsection\n"
);
/// @endcond
#endif

/**
Expand Down

0 comments on commit eebaefc

Please sign in to comment.