mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	Kernel: Fix declaration for struct TrapFrame
This is declared as a struct elsewhere.
This commit is contained in:
		
							parent
							
								
									324f72d02b
								
							
						
					
					
						commit
						10ca7f18a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,7 +29,7 @@ class SchedulerPerProcessorData; | ||||||
| struct MemoryManagerData; | struct MemoryManagerData; | ||||||
| struct ProcessorMessageEntry; | struct ProcessorMessageEntry; | ||||||
| 
 | 
 | ||||||
| class TrapFrame; | struct TrapFrame; | ||||||
| class ProcessorInfo; | class ProcessorInfo; | ||||||
| 
 | 
 | ||||||
| struct [[gnu::aligned(16)]] FPUState | struct [[gnu::aligned(16)]] FPUState | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gunnar Beutner
						Gunnar Beutner