Skip to content

Commit

Permalink
Define PAGE_SIZE instead of PAGE_SHIFT for powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Nov 19, 2024
1 parent 94d17ab commit 66957d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_trampolines.S
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#else
#define LOAD lwz
#define OFFSET 4
#define PAGE_SHIFT 12
#define PAGE_SIZE 0x1000
#endif

.macro trampoline arg0, arg1
Expand Down

0 comments on commit 66957d2

Please sign in to comment.