Skip to content

Commit 08cbaaf

Browse files
committed
Fix aix.
1 parent adc27ba commit 08cbaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ frame os::fetch_frame_from_context(const void* ucVoid) {
130130
// compiled frame stack bang
131131
return fetch_compiled_frame_from_context(ucVoid);
132132
}
133-
return fr(sp, epc);
133+
return frame(sp, epc);
134134
}
135135

136136
frame os::fetch_compiled_frame_from_context(const void* ucVoid) {

0 commit comments

Comments
 (0)