Reviewed-by: Taylor Simpson <[email protected]> On Sat, Jun 19, 2021 at 4:44 AM Alessandro Di Federico via < [email protected]> wrote:
> From: Paolo Montesel <[email protected]> > > Make certain helper functions non-static, making them available outside > genptr.c. These functions are required by code generated by the > idef-parser. > > Signed-off-by: Alessandro Di Federico <[email protected]> > Signed-off-by: Paolo Montesel <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > target/hexagon/genptr.c | 7 ++++--- > target/hexagon/genptr.h | 6 ++++++ > 2 files changed, 10 insertions(+), 3 deletions(-) > > > >
