hikalium

Results 62 comments of hikalium

``` pop r15 pop r14 pop r13 pop r12 ``` should also be done in early returns.

function-like macro is needed.

The value of (left_expr assign_op right_expr) should be value of left expr after the assignment. Current Tests does not cover this and at least LShift and RShift assignment operators are...

Ah, it looks like the stack allocated for the app is used up completely: ``` rsp: 0x000000003C824000, SS: 0x0023, CR2: 0x000000003C823FF8 ``` Let me increase the stack size a bit...

It should be fixed now after https://github.com/hikalium/wasabi/commit/1e71e0dc96213a6e3ea4ad67f67a75a8053d6329 . Please confirm and close if it is fixed!

Anker A7611 https://www.amazon.co.jp/dp/B013JDE2HG ``` Bus 002 Device 002: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter Couldn't open device, some information will be missing Device Descriptor: bLength 18 bDescriptorType...

QEMU usb-nic ``` USB Device detected: (class, subclass, protocol) = (02, 00, 00) Slot 2 is now managed Slot 2: Got config descriptor[1/2] Slot 2: Got config descriptor[2/2] Got 2...

It is fixed now. Could you verify it?

(I should have added a test for it...)

``` echo "hello" | nc -N localhost 18080 nc -l localhost 18080 ```