Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
359 stars 77 forks source link

Avoid some type conversion warnings #215

Closed unknownbrackets closed 2 years ago

unknownbrackets commented 2 years ago

This avoids some type conversion warnings seen in MSVC by simply downcasting in most cases. Practically, more than 2GB text files or millions of files aren't going to happen.

Just trying for warning-clean.

-[Unknown]