Displaying 3 results from an estimated 3 matches for "save_context".
Did you mean:
  saved_context
  
2008 Oct 19
9
Wacraft 3 Support deteriorating
Hi,
I am / was Wine mainly using for playing Warcraft 3. I know it's an old game but it's still highly popular. The problem is, with each new version the support gets worse and worse. There are even people in BugZilla who show the bit of code, which creates the new bugs but nothing happens.
For example with the newest dev release and the current stable release it is NOT possible to:
-
2012 Feb 13
0
[PATCH 05/14] arm: implement exception and hypercall entries.
...le Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+#include <asm/processor.h>
+#include <asm/page.h>
+#include <asm/system.h>
+#include <asm/asm-macros.h>
+#include <asm/cpu-domain.h>
+#include <asm/asm-offsets.h>
+#include <public/arch-arm.h>
+
+.macro SAVE_CONTEXT	 offset correction
+	sub     lr, lr, #\correction
+	str     r0, [sp, #-16]
+	str     lr, [sp, #-12]
+
+	mrs     r0, spsr
+	mov     lr, #\offset
+	str     r0, [sp, #-8]
+	str     lr, [sp, #-4]
+
+	sub     r0, sp, #16
+
+	msr     cpsr_cxsf, #(PSR_I_BIT | PSR_F_BIT | PSR_MODE_SVC)
+
+	sub	sp, sp, #CTX...
2008 Jan 24
2
building 64 bit binaries from source
..._sig'
signal_x86_64.c:197: error: invalid type argument of 'unary *'
signal_x86_64.c: At top level:
signal_x86_64.c:229: warning: return type defaults to 'int'
signal_x86_64.c: In function 'HANDLER_DEF':
signal_x86_64.c:233: warning: implicit declaration of function
'save_context'
signal_x86_64.c:233: error: 'HANDLER_CONTEXT' undeclared (first use in
this function)
signal_x86_64.c:240: warning: implicit declaration of function 'TRAP_sig'
signal_x86_64.c:257: warning: implicit declaration of function 'ERROR_sig'
signal_x86_64.c:272: warning: forma...