@@ -31,7 +31,7 @@ static const otbn_addr_t kWdrState = OTBN_ADDR_T_INIT(smoke_test, wdr_state);
3131enum {
3232 kNumExpectedGprs = 30 ,
3333 kNumExpectedWdrs = 32 ,
34- kExpectedInstrCount = 299 ,
34+ kExpectedInstrCount = 322 ,
3535};
3636
3737// The expected values of the GPRs and WDRs are taken from
@@ -104,10 +104,10 @@ static const uint32_t kExpectedWdrs[kNumExpectedWdrs][8] = {
104104 0x23631fe5 , 0xbbb1704f , 0xd25666ac },
105105 [29 ] = {0xeb0953c2 , 0xe0654fef , 0x63388709 , 0x5763bcdf , 0x26628bdb ,
106106 0x64341d3c , 0x9f24f0c1 , 0x4f0d4b81 },
107- [30 ] = {0x68ba2fa1 , 0xb55098e0 , 0x4efa2ec9 , 0xaee49292 , 0xab123192 ,
108- 0xffa3d88b , 0xe9ee7ac7 , 0x2167f87d },
109- [31 ] = {0x0f09b7c8 , 0x25769434 , 0x6978ad1b , 0x67a8c221 , 0x5466a52c ,
110- 0x73880075 , 0xf9dbff5e , 0x37adadae },
107+ [30 ] = {0x8b78539b , 0xedbbd1d6 , 0x84628bf7 , 0x98ef0ef8 , 0x44ad0257 ,
108+ 0x463a6559 , 0x739babfd , 0x0fa66f64 },
109+ [31 ] = {0x00000000 , 0x00000000 , 0x00000000 , 0x00000000 , 0x00000000 ,
110+ 0x00000000 , 0x00000000 , 0x00000000 },
111111};
112112
113113bool test_main (void ) {
0 commit comments