From 3b1c60cc4ea737ff151977dbcd164c5e2eb859fb Mon Sep 17 00:00:00 2001 From: SSE4 Date: Wed, 27 Jan 2021 11:15:56 +0300 Subject: Add support for Elbrus 2000 (e2k) --- cmake/PCFromUContext.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/PCFromUContext.cmake b/cmake/PCFromUContext.cmake index e2db2e3..d231124 100644 --- a/cmake/PCFromUContext.cmake +++ b/cmake/PCFromUContext.cmake @@ -29,6 +29,7 @@ macro(pc_from_ucontext variable) "uc_mcontext.psw.addr" # Linux (s390) "uc_mcontext.gregs[R15]" # Linux (arm old [untested]) "uc_mcontext.arm_pc" # Linux (arm arch 5) + "uc_mcontext.cr0_hi" # Linux (e2k) "uc_mcontext.gp_regs[PT_NIP]" # Suse SLES 11 (ppc64) "uc_mcontext.mc_eip" # FreeBSD (i386) "uc_mcontext.mc_rip" # FreeBSD (x86_64 [untested]) -- cgit v1.2.1