| 
									
										
										
										
											2009-05-02 05:04:19 -04:00
										 |  |  | #include <i386/signal.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-04 02:46:13 -04:00
										 |  |  | namespace factor | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-14 00:37:28 -04:00
										 |  |  | static inline unsigned int uap_fpu_status(void *uap) { return 0; } | 
					
						
							| 
									
										
										
										
											2009-10-22 06:22:59 -04:00
										 |  |  | static inline void uap_clear_fpu_status(void *uap) {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define UAP_STACK_POINTER(ucontext) (((struct sigcontext *)ucontext)->sc_esp)
 | 
					
						
							|  |  |  | #define UAP_PROGRAM_COUNTER(ucontext) (((struct sigcontext *)ucontext)->sc_eip)
 | 
					
						
							| 
									
										
										
										
											2009-09-14 00:37:28 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-04 02:46:13 -04:00
										 |  |  | } |