From 9d44463380716ebad2f8ba13ce8a737f22bb2602 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Mon, 30 May 2022 20:33:18 -0700 Subject: Remove basic support for Elbrus 2000 (e2k) This reverts commit 3b1c60cc4ea737ff151977dbcd164c5e2eb859fb. --- cmake/PCFromUContext.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake') diff --git a/cmake/PCFromUContext.cmake b/cmake/PCFromUContext.cmake index d231124..e2db2e3 100644 --- a/cmake/PCFromUContext.cmake +++ b/cmake/PCFromUContext.cmake @@ -29,7 +29,6 @@ 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