Deleted Added
full compact
204c204
< func (stream, ", #%x]", offset);
---
> func (stream, ", #%d]", offset);
218c218
< func (stream, "], #%x", offset);
---
> func (stream, "], #%d", offset);
283c283
< func (stream, "[pc, #%x]\t; ", offset);
---
> func (stream, "[pc, #%d]\t; ", offset);