Explorar el Código

tools/emul: fix shell RAMSTART

pull/10/head
Virgil Dupras hace 5 años
padre
commit
dfce0d3a62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/emul/shell/shell_.asm

+ 1
- 1
tools/emul/shell/shell_.asm Ver fichero

@@ -11,7 +11,7 @@ jp init
#include "core.asm"
.define STDIO_GETC call emulGetC
.define STDIO_PUTC call emulPutC
STDIO_RAMSTART .equ RAMEND
STDIO_RAMSTART .equ RAMSTART
#include "stdio.asm"

BLOCKDEV_RAMSTART .equ STDIO_RAMEND


Cargando…
Cancelar
Guardar