mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	arm_interface: Make GetNumInstructions const
This commit is contained in:
		
							parent
							
								
									de9a625c7e
								
							
						
					
					
						commit
						1ea0702eaa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -142,7 +142,7 @@ public: | ||||||
|     virtual void PrepareReschedule() = 0; |     virtual void PrepareReschedule() = 0; | ||||||
| 
 | 
 | ||||||
|     /// Getter for num_instructions
 |     /// Getter for num_instructions
 | ||||||
|     u64 GetNumInstructions() { |     u64 GetNumInstructions() const { | ||||||
|         return num_instructions; |         return num_instructions; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue