rename pdp10_stdio to stdio9

This commit is contained in:
Mikael Pettersson
2025-08-09 12:36:29 +02:00
parent c21cf1422a
commit a23ea12844
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
%%% -*- erlang-indent-level: 2 -*-
%%%
%%% stdio for I/O with 9-bit bytes
%%% Copyright (C) 2013-2023 Mikael Pettersson
%%% Copyright (C) 2013-2025 Mikael Pettersson
%%%
%%% This file is part of pdp10-tools.
%%%
@@ -60,7 +60,7 @@
%%% - stdin and stdout are non-seekable even when bound to regular files, this
%%% is a limitation of the Erlang standard_io implementation.
-module(pdp10_stdio).
-module(stdio9).
-behaviour(gen_server).
%% API

View File

@@ -61,12 +61,12 @@
, {output, format_error, 1}
, {parse, format_error, 1}
, {pdp10_elf36, format_error, 1}
, {pdp10_stdio, format_error, 1}
, {scan, format_error, 1}
, {scan_state, format_error, 1}
, {sim, format_error, 1}
, {sim_core, format_error, 1}
, {sim_loader, format_error, 1}
, {stdio9, format_error, 1}
, {strtol, format_error, 1}
%% only called from tests
, {sim_core, run, 2}