mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-08-23 10:33:50 -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>