mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-03 23:50:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			198 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			198 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
/* on mips clang doesn't support privilegied instructions, doubleword store/load
 | 
						|
   and crashes with hand-written assembly
 | 
						|
 */
 | 
						|
 | 
						|
	.set mips3
 | 
						|
	sync
 | 
						|
	ld $t2, 0($t1)
 | 
						|
 | 
						|
a:
 | 
						|
	addiu $t1, $s0, (b - a)
 | 
						|
b:	nop
 |