mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
The format wasn't actually uleb128 because it was accidentally bigendian (like UTF-8). That is just begging for confusion in the future, if and when the uleb128 code gets librarized. Fix it now. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>