mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	 24ec1754b2
			
		
	
	24ec1754b2
	
	
	
		
			
			the maximum size of the Xsave area was previously hardcoded but the CPUID instruction can be used to determine its maximum size.
		
			
				
	
	
		
			8 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //+build !amd64
 | |
| 
 | |
| package amd64util
 | |
| 
 | |
| func AMD64XstateMaxSize() int {
 | |
| 	return _XSTATE_MAX_KNOWN_SIZE
 | |
| }
 |