Skip to content
Snippets Groups Projects
Commit df86ea52 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[kernel] avoid generating ill-formed asm contracts in presence of void ptrs

When a `void *` lval is referenced in an asm directive, use its conversion
as `char *` in the contract to obtain well-formed `assigns` clauses.

Fixes #609
parent 3ba894fc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment