summaryrefslogtreecommitdiff
path: root/arch/arm64/sysregs_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/sysregs_enum.h')
-rw-r--r--arch/arm64/sysregs_enum.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm64/sysregs_enum.h b/arch/arm64/sysregs_enum.h
index a68ba08a..6fbfd9c9 100644
--- a/arch/arm64/sysregs_enum.h
+++ b/arch/arm64/sysregs_enum.h
@@ -1,3 +1,6 @@
+/* GENERATED FILE - DO NOT MODIFY - SUBMIT GITHUB ISSUE IF PROBLEM FOUND */
+#pragma once
+
#include <stddef.h>
#include "binaryninjaapi.h"
@@ -10,5 +13,5 @@ using namespace std;
Ref<Enumeration> get_system_register_enum();
Ref<Type> get_system_register_enum_type(Ref<BinaryView> view);
QualifiedName get_system_register_enum_type_name(Ref<BinaryView> view);
-vector<uint32_t> get_system_registers();
+const vector<uint32_t>& get_system_registers();