shithub: riscv

Download patch

ref: 3f87ffea44150d233b11a38b1ca3673207fe206e
parent: 3a79916c9be2d524b392c1a87a4685ceca603831
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 19 16:44:19 EDT 2020

cc: get rid of sprint() and temporary buffer for type conversion fuction

slookup() copies to symb, so use the symb[NSYMB] buffer directly
to declare type conversion functions and get rid of the arbitrary
sized local buffer. replace sprint() with snprint().