commit | eb432ac5ca3df78f690c8ee689c1688390e8b56e | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@vodafonemail.de> | Wed Oct 30 14:00:51 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 04 16:41:38 2024 -0600 |
tree | 03f3857757d3c2c9ef45ae0c607304c4797fa1e3 | |
parent | c1c0d2c4412c20d2889f2a47658457dce9d477bd [diff] |
bios_emulator: define the comment symbol for RISC-V assembler too The bios_emulator driver cannot be compiled for RISC-V because the x86emu.h header file doesn't define the comment symbol ("#") for the assembler. With this patch, use the same symbol as for e.g. x86. Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>