mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
15 lines
423 B
C
15 lines
423 B
C
|
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
|
||
|
Original: 64bit-pkeys.xml */
|
||
|
|
||
|
#include "arch/tdesc.h"
|
||
|
|
||
|
static int
|
||
|
create_feature_i386_64bit_pkeys (struct target_desc *result, long regnum)
|
||
|
{
|
||
|
struct tdesc_feature *feature;
|
||
|
|
||
|
feature = tdesc_create_feature (result, "org.gnu.gdb.i386.pkeys", "64bit-pkeys.xml");
|
||
|
tdesc_create_reg (feature, "pkru", regnum++, 1, NULL, 32, "uint32");
|
||
|
return regnum;
|
||
|
}
|