Fixing file header.

This commit is contained in:
Ben Vanik 2014-07-09 22:31:14 -07:00
parent c5f114018e
commit 868803e03a
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
****************************************************************************** ******************************************************************************
*/ */
#ifndef XENIA_CPU_X64_X64_THUNK_EMITTER_H_ #ifndef ALLOY_BACKEND_X64_X64_THUNK_EMITTER_H_
#define XENIA_CPU_X64_X64_THUNK_EMITTER_H_ #define ALLOY_BACKEND_X64_X64_THUNK_EMITTER_H_
#include <alloy/core.h> #include <alloy/core.h>
#include <alloy/backend/x64/x64_backend.h> #include <alloy/backend/x64/x64_backend.h>
@ -111,7 +111,7 @@ namespace x64 {
* ... locals ... * ... locals ...
* +------------------+ * +------------------+
* | (return address) | * | (return address) |
* +------------------+ * +------------------+
* *
*/ */
@ -144,4 +144,4 @@ public:
} // namespace alloy } // namespace alloy
#endif // XENIA_CPU_X64_X64_THUNK_EMITTER_H_ #endif // ALLOY_BACKEND_X64_X64_THUNK_EMITTER_H_