diff options
Diffstat (limited to 'deps/v8/src/diagnostics/ppc/unwinder-ppc.cc')
-rw-r--r-- | deps/v8/src/diagnostics/ppc/unwinder-ppc.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/diagnostics/ppc/unwinder-ppc.cc b/deps/v8/src/diagnostics/ppc/unwinder-ppc.cc index 43c6acb609..52c22221ff 100644 --- a/deps/v8/src/diagnostics/ppc/unwinder-ppc.cc +++ b/deps/v8/src/diagnostics/ppc/unwinder-ppc.cc @@ -3,6 +3,9 @@ // found in the LICENSE file. #include "src/diagnostics/unwinder.h" namespace v8 { + +struct RegisterState; + void GetCalleeSavedRegistersFromEntryFrame(void* fp, RegisterState* register_state) {} } // namespace v8 |