the-moisrex / liburing-hdr-only

The header only implementation of the liburing library
MIT License
18 stars 1 forks source link

Fix assembly errors #8

Closed the-moisrex closed 1 year ago

the-moisrex commented 1 year ago

The the syscall.hs, there are assembly codes that return an expanded expression; that's not very C++y and you definitely can't cast stuff like this in C++: (int) {rax}

the-moisrex commented 1 year ago

More information on why they needed this: https://github.com/axboe/liburing/issues/530#issuecomment-1046581690