1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/language/assembly
Michael Gran b158c2c3b5 Fix incorrect display of wide strings in decompilation
A byte ordering error caused incorrect display of wide strings
when using the ",c" decompilation from the REPL.

* module/language/assembly/decompile-bytecode.scm (decode-bytecode):
  wide strings are encoded in native endianness
2009-10-28 06:27:47 -07:00
..
compile-bytecode.scm assembly/disassembly support for br-if-nargs-* 2009-10-25 13:12:27 +01:00
decompile-bytecode.scm Fix incorrect display of wide strings in decompilation 2009-10-28 06:27:47 -07:00
disassemble.scm assembly/disassembly support for br-if-nargs-* 2009-10-25 13:12:27 +01:00
spec.scm language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00