mirror of
				https://git.wownero.com/wownero/RandomWOW.git
				synced 2024-08-15 00:23:14 +00:00 
			
		
		
		
	Set scratchpad pointer to null by default
This commit is contained in:
		
							parent
							
								
									2441730203
								
							
						
					
					
						commit
						9e7ae84de4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,7 +59,7 @@ protected: | |||
| 	alignas(64) randomx::RegisterFile reg; | ||||
| 	alignas(16) randomx::ProgramConfiguration config; | ||||
| 	randomx::MemoryRegisters mem; | ||||
| 	uint8_t* scratchpad; | ||||
| 	uint8_t* scratchpad = nullptr; | ||||
| 	union { | ||||
| 		randomx_cache* cachePtr = nullptr; | ||||
| 		randomx_dataset* datasetPtr; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue