Merge branch 'master' of git://factorcode.org/git/factor
						commit
						2892083014
					
				| 
						 | 
				
			
			@ -94,7 +94,7 @@ big-endian off
 | 
			
		|||
] { } make jit-dispatch set
 | 
			
		||||
 | 
			
		||||
[
 | 
			
		||||
    stack-reg 7 cells ADD                      ! unwind stack frame
 | 
			
		||||
    stack-reg 7 bootstrap-cells ADD            ! unwind stack frame
 | 
			
		||||
] { } make jit-epilog set
 | 
			
		||||
 | 
			
		||||
[ 0 RET ] { } make jit-return set
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -88,7 +88,7 @@ INLINE void *untag_object(CELL tagged)
 | 
			
		|||
	return (void *)UNTAG(tagged);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
typedef void (*XT)(CELL arg);
 | 
			
		||||
typedef void *XT;
 | 
			
		||||
 | 
			
		||||
/* Assembly code makes assumptions about the layout of this struct */
 | 
			
		||||
typedef struct {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue