PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iopdebug_defs.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _EX_DEF_STACK_SIZE   (4 * 1024)
 
#define _EX_DBG_STACK_SIZE   (4 * 1024)
 

Detailed Description

IOPDEBUG - IOP debugging library. internal definitions for the IOPDEBUG project. Must be ".S"-friendly!

Definition in file iopdebug_defs.h.

Macro Definition Documentation

◆ _EX_DEF_STACK_SIZE

#define _EX_DEF_STACK_SIZE   (4 * 1024)

size of the IOP "default" exception handler stack, in bytes.

Definition at line 21 of file iopdebug_defs.h.

◆ _EX_DBG_STACK_SIZE

#define _EX_DBG_STACK_SIZE   (4 * 1024)

size of the IOP "debug" exception handler stack, in bytes.

Definition at line 24 of file iopdebug_defs.h.