mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
thermosphere: wip gdb
This commit is contained in:
parent
f23fb45956
commit
9ebf3c9580
8 changed files with 134 additions and 500 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "preprocessor.h"
|
||||
#include "debug_log.h"
|
||||
|
||||
#define MAX_CORE 4
|
||||
#define BIT(n) (1u << (n))
|
||||
#define BITL(n) (1ull << (n))
|
||||
#define MASK(n) (BIT(n) - 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue