mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 11:48:10 +00:00
raddbgi -> rdi
This commit is contained in:
+3
-3
@@ -3,10 +3,10 @@
|
||||
|
||||
//- GENERATED CODE
|
||||
|
||||
#ifndef REGS_RADDBGI_META_H
|
||||
#define REGS_RADDBGI_META_H
|
||||
#ifndef REGS_RDI_META_H
|
||||
#define REGS_RDI_META_H
|
||||
|
||||
C_LINKAGE_BEGIN
|
||||
C_LINKAGE_END
|
||||
|
||||
#endif // REGS_RADDBGI_META_H
|
||||
#endif // REGS_RDI_META_H
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
#include "regs/raddbgi/generated/regs_raddbgi.meta.c"
|
||||
#include "regs/rdi/generated/regs_rdi.meta.c"
|
||||
@@ -1,10 +1,10 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
#ifndef REGS_RADDBGI_H
|
||||
#define REGS_RADDBGI_H
|
||||
#ifndef REGS_RDI_H
|
||||
#define REGS_RDI_H
|
||||
|
||||
internal RDI_RegisterCode regs_rdi_code_from_arch_reg_code(Architecture arch, REGS_RegCode code);
|
||||
internal REGS_RegCode regs_reg_code_from_arch_rdi_code(Architecture arch, RDI_RegisterCode reg);
|
||||
|
||||
#endif //REGS_RADDBGI_H
|
||||
#endif //REGS_RDI_H
|
||||
Reference in New Issue
Block a user