bug-hurd
[Top][All Lists]
Advanced

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

boot broken


From: Alfred M. Szmidt
Subject: boot broken
Date: 01 Jun 2002 12:24:44 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Hi,

Roland, you should learn to type some day. We don't have an
I386_THREAD_STATE macro, but we do have an i386_THREAD_STATE
one. Here is the fix (no log entry).

--- boot.c.~1.105.~     Wed May 29 16:28:38 2002
+++ boot.c      Sat Jun  1 12:24:20 2002
@@ -381,7 +381,7 @@ boot_script_exec_cmd (void *hook,
          stack_end - trunc_page ((vm_offset_t) arg_pos));
 
   thread_create (task, &thread);
-#ifdef I386_THREAD_STATE
+#ifdef i386_THREAD_STATE
   {
     struct i386_thread_state regs;
     reg_size = i386_THREAD_STATE_COUNT;

Cheers,
-- 
Alfred M. Szmidt



reply via email to

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