mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 09:19:23 +02:00
* our_iov converted to a local var
git-svn-id: branches/wasm@47931 -
This commit is contained in:
parent
82e9cb0189
commit
4b9397fce4
@ -29,9 +29,6 @@ type
|
|||||||
buf_len: __wasi_size_t;
|
buf_len: __wasi_size_t;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
|
||||||
our_iov: __wasi_ciovec_t;
|
|
||||||
|
|
||||||
function fd_write(fd: __wasi_fd_t;
|
function fd_write(fd: __wasi_fd_t;
|
||||||
iovs: P__wasi_ciovec_t;
|
iovs: P__wasi_ciovec_t;
|
||||||
iovs_len: size_t;
|
iovs_len: size_t;
|
||||||
@ -51,6 +48,7 @@ end;
|
|||||||
|
|
||||||
procedure DebugWrite(const P: PChar);
|
procedure DebugWrite(const P: PChar);
|
||||||
var
|
var
|
||||||
|
our_iov: __wasi_ciovec_t;
|
||||||
our_nwritten: longint;
|
our_nwritten: longint;
|
||||||
begin
|
begin
|
||||||
our_iov.buf := P;
|
our_iov.buf := P;
|
||||||
|
Loading…
Reference in New Issue
Block a user