Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSieg committed Feb 19, 2025
1 parent 8a8df44 commit c046f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnetron/magnetron_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ defined(__WIN32__) || defined(__TOS_WIN__) || defined(__WINDOWS__)
#define MAG_DESTRUCTIVE_INTERFERENCE_SIZE 64
#endif
#define MAG_PAGE_SIZE_4K 0x1000
#define PAGE_SIZE_2M 0x200000
#define MAG_PAGE_SIZE_2M 0x200000

static uint32_t MAG_AINLINE mag_bswap32(uint32_t x) { /* Swap bytes for endianess switch. Should be optimized to a (bswap/rev) instruction on modern compilers. */
#ifdef MAG_BE
Expand Down

0 comments on commit c046f3c

Please sign in to comment.