bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd] Define i386_get_xstate_size in libmachdev.


From: Flavio Cruz
Subject: [PATCH hurd] Define i386_get_xstate_size in libmachdev.
Date: Mon, 9 Sep 2024 22:56:46 -0400

libmachdev implements the mach_i386 routines, so we have to implement
this one.
---
 libmachdev/trivfs_server.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c
index e228bf40..54a682e7 100644
--- a/libmachdev/trivfs_server.c
+++ b/libmachdev/trivfs_server.c
@@ -183,6 +183,12 @@ S_i386_get_gdt (mach_port_t target_thread,
   return EOPNOTSUPP;
 }
 
+kern_return_t
+S_i386_get_xstate_size (host_t host, vm_size_t *size)
+{
+    return EOPNOTSUPP;
+}
+
 kern_return_t
 S_i386_io_perm_create (mach_port_t master_port,
                               io_port_t from,
-- 
2.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]