Skip to content

Commit 2ab2354

Browse files
committed
One-line fix-up
1 parent 9d9e826 commit 2ab2354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/ppc/ppcopcodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void do_ctx_sync() {
8484
}
8585
}
8686

87-
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
87+
void add_ctx_sync_action(const CtxSyncCallback& cb) {
8888
gCtxSyncCallbacks.push_back(cb);
8989
}
9090

0 commit comments

Comments
 (0)