mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-19 22:08:53 +00:00
Most the sim write functions declare their source buffer const because they only ever read from it. The global sim_write() function does not follow this convention though which causes some warnings when trying to pass it const strings or buffers. Signed-off-by: Mike Frysinger <vapier@gentoo.org>