mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 11:10:58 +02:00
+ debug output in the WASM directory functions
git-svn-id: branches/wasm@48345 -
This commit is contained in:
parent
a28eb39f4b
commit
6350401d4c
@ -20,16 +20,20 @@
|
||||
|
||||
procedure Do_MkDir(s: rawbytestring);
|
||||
begin
|
||||
DebugWriteLn('Do_MkDir');
|
||||
end;
|
||||
|
||||
procedure Do_RmDir(s: rawbytestring);
|
||||
begin
|
||||
DebugWriteLn('Do_RmDir');
|
||||
end;
|
||||
|
||||
procedure do_ChDir(s: rawbytestring);
|
||||
begin
|
||||
DebugWriteLn('do_ChDir');
|
||||
end;
|
||||
|
||||
procedure do_getdir(drivenr : byte;var dir : rawbytestring);
|
||||
begin
|
||||
DebugWriteLn('do_getdir');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user