OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [sysvi386/] [wait.S] - Blame information for rev 207

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
        .globl  _wait
2
        .globl  wait
3
_wait:
4
wait:
5
        movl    $0x7, %eax
6
        lcall   $7,$0
7
        jb      _cerror
8
        movl    4(%esp), %ecx
9
        testl   %ecx, %ecx
10
        je      bye
11
        movl    %edx, (%ecx)
12
bye:
13
        ret

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.