Skip to content
This repository was archived by the owner on Oct 13, 2019. It is now read-only.
This repository was archived by the owner on Oct 13, 2019. It is now read-only.

Bugs in inline assembly for syscall #8

@173210

Description

@173210

The inline assembly codes not in functions for syscall causes some problems.

The solution is quite a simple: Use __PIC__ macro or define syscall codes as functions.
Defining functions is the easiest way to solve the problem, but it may be a bit slower than using inline assembly code if the calling convention is different from the ordinary one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions