File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -288,11 +288,7 @@ var opCodeToString = map[OpCode]string{
288
288
GASLIMIT : "GASLIMIT" ,
289
289
CHAINID : "CHAINID" ,
290
290
SELFBALANCE : "SELFBALANCE" ,
291
-
292
- // we temporarily comment this out, since ccc expects
293
- // the "opcode 0x%x not defined" string in the traces,
294
- // should uncomment once ccc supports the string version.
295
- // BASEFEE: "BASEFEE",
291
+ BASEFEE : "BASEFEE" ,
296
292
297
293
// 0x50 range - 'storage' and execution.
298
294
POP : "POP" ,
@@ -309,15 +305,10 @@ var opCodeToString = map[OpCode]string{
309
305
MSIZE : "MSIZE" ,
310
306
GAS : "GAS" ,
311
307
JUMPDEST : "JUMPDEST" ,
312
-
313
- // we temporarily comment these out, since ccc expects
314
- // the "opcode 0x%x not defined" string in the traces,
315
- // should uncomment once ccc supports the string version.
316
- // TLOAD: "TLOAD",
317
- // TSTORE: "TSTORE",
318
- // MCOPY: "MCOPY",
319
-
320
- PUSH0 : "PUSH0" ,
308
+ TLOAD : "TLOAD" ,
309
+ TSTORE : "TSTORE" ,
310
+ MCOPY : "MCOPY" ,
311
+ PUSH0 : "PUSH0" ,
321
312
322
313
// 0x60 range - push.
323
314
PUSH1 : "PUSH1" ,
You can’t perform that action at this time.
0 commit comments