Luís Marques

Results 44 comments of Luís Marques

Same as in : @MartinNowak `D_LP64` is a 64-bit version identifier flag. It does not indicate the LP64 ABI, despite the misleading name. There are several uses of `D_LP64` in...

In general I find it aesthetically strange having a version identifier flag for 64-bitness and then using a different mechanism for detecting 32 vs 16 bits, but it's certainly not...

> @luismarques do you maybe know what the status in LLVM is on this? Both the current toolchain and the under evaluation one (based on LLVM 13) support those two...

`tohost` and `fromhost` are used to send requests to the simulator host. They are present in the proxy kernel, which uses it to forward requests for system calls like `write`...

@IC-Dream I think you are going to have to rephrase your issue a bit more clearly.

You can see an example of a completely self-contained bare-metal program that outputs to the console using the HTIF interface (`tohost`, `fromhost`) here: . So, yes, @isubasinghe it can print...

@FrankBuss This issue can now be closed, right?

Yes, option 2 makes more sense. We have _a_ list of the directions (items) we must take to reach the desired target. How about just using `:nth-child(n)` instead of emitting...

Sorry, I meant `:nth-of-type(n)`