jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Parsing suffix of intrinsic: “Fatal error: exception End_of_file”

Open vbgl opened this issue 4 years ago • 0 comments

The following program produces an obscure error message:

inline
fn f(reg u8 a b) {
  a = #ADD_u8(a, b);
}

Fatal error: exception End_of_file

vbgl avatar Sep 23 '21 13:09 vbgl