xenia-cpu-ppc-tests is now building on linux
This commit is contained in:
18
src/xenia/base/exception_handler_posix.cc
Normal file
18
src/xenia/base/exception_handler_posix.cc
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2017 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include "xenia/base/exception_handler.h"
|
||||
|
||||
namespace xe {
|
||||
|
||||
// TODO(DrChat): Exception handling on linux.
|
||||
void ExceptionHandler::Install(Handler fn, void* data) {}
|
||||
void ExceptionHandler::Uninstall(Handler fn, void* data) {}
|
||||
|
||||
} // namespace xe
|
||||
Reference in New Issue
Block a user