forked from Github_Repos/cvw
		
	fixed incorrect expectation fof CLINT spec
This commit is contained in:
		
							parent
							
								
									16e5e920b8
								
							
						
					
					
						commit
						9c883054c7
					
				@ -69,7 +69,8 @@ def writeVectors(storecmd, returningInstruction):
 | 
				
			|||||||
        csrrc x0, {fromMode}status, x1
 | 
					        csrrc x0, {fromMode}status, x1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        la x18, {clintAddr}
 | 
					        la x18, {clintAddr}
 | 
				
			||||||
        {storecmd} x0, 0(x18)
 | 
					        li x1, -1
 | 
				
			||||||
 | 
					        {storecmd} x1, 0(x18)
 | 
				
			||||||
      """)
 | 
					      """)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Page 6 of unpriviledged spec
 | 
					    # Page 6 of unpriviledged spec
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user