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
hmelder committed Nov 19, 2024
1 parent 332c510 commit e42df65
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
@@ -110,7 +110,7 @@
#else
#define LOAD lwz
#define OFFSET 4
#define PAGE_SHIFT 12
#define PAGE_SIZE 0x1000
#endif

.macro trampoline arg0, arg1

0 comments on commit e42df65

Please sign in to comment.