A clobber was surrounded by braces in the llvm_asm macro.
llvm_asm
Erroneous code example:
llvm_asm!("mov $$0x200, %eax" : : : "{eax}" );
Back to list of error codes