asm-cli-rust icon indicating copy to clipboard operation
asm-cli-rust copied to clipboard

Error Panic When using -a flag on MacOS

Open Iiqbal2000 opened this issue 1 year ago • 1 comments

I compiled it using the release mode

Input:

asm-cli-rust -a x86

Output:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unsupported', src/main.rs:46:48
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Iiqbal2000 avatar Sep 28 '23 07:09 Iiqbal2000

My mistake, I should use x32 instead of x86

Iiqbal2000 avatar Sep 28 '23 07:09 Iiqbal2000