More style.

This commit is contained in:
Ben Vanik
2015-08-07 21:29:03 -07:00
parent 14beb27ebc
commit a92566dfc5
131 changed files with 1141 additions and 1056 deletions

View File

@@ -7,8 +7,10 @@
******************************************************************************
*/
#ifndef XENIA_TESTING_UTIL_H_
#define XENIA_TESTING_UTIL_H_
#ifndef XENIA_CPU_TESTING_UTIL_H_
#define XENIA_CPU_TESTING_UTIL_H_
#include <vector>
#include "xenia/base/main.h"
#include "xenia/cpu/backend/x64/x64_backend.h"
@@ -114,4 +116,4 @@ inline void StoreVR(hir::HIRBuilder& b, int reg, hir::Value* value) {
} // namespace cpu
} // namespace xe
#endif // XENIA_TESTING_UTIL_H_
#endif // XENIA_CPU_TESTING_UTIL_H_