summaryrefslogtreecommitdiff
path: root/includes/stg/MachRegsForHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/stg/MachRegsForHost.h')
-rw-r--r--includes/stg/MachRegsForHost.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/stg/MachRegsForHost.h b/includes/stg/MachRegsForHost.h
index 3597b2be90..e902d528f6 100644
--- a/includes/stg/MachRegsForHost.h
+++ b/includes/stg/MachRegsForHost.h
@@ -71,6 +71,10 @@
#define MACHREGS_s390x 1
#endif
+#if defined(riscv64_HOST_ARCH)
+#define MACHREGS_riscv64 1
+#endif
+
#endif
#include "MachRegs.h"