Skip to content

Commit 280263f

Browse files
authored
Update stub.h
1 parent f2d0436 commit 280263f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stub.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@
205205
CACHEFLUSH((char *)fn, CODESIZE);
206206
#define REPLACE_NEAR(t, fn, fn_stub) REPLACE_FAR(t, fn, fn_stub)
207207
#elif defined(__powerpc64__)
208-
#define CODESIZE 20U
209-
#define CODESIZE_MIN 20U
208+
#define CODESIZE 28U
209+
#define CODESIZE_MIN 28U
210210
#define CODESIZE_MAX CODESIZE
211211
// lis r12, fn_stub@highest
212212
// ori r12, r12, fn_stub@higher

0 commit comments

Comments
 (0)