[PATCH] chore: rename `tricore_feature` to `is_tricore_feature_enabled`

2023-07-06 Thread Rui Chen
While upgrading capstone to v5 , there was some name clash with the tricore_feature in capstone (which was introduced in this PR ), thus rename tricore_feature to is_tricore_feature_enabled

Re: [Qemu-devel] endless loop when use qemu-system-mipsel to load bios

2011-11-16 Thread rui chen
ize; while (addr < end) { bswap32s(addr); +addr++; } } #endif -- 1.7.1 2011/11/15 Markus Armbruster > rui chen writes: > > > Hi all, > > When I try to use command line "qemu-system-mipsel -M malta -L . > > -

[Qemu-devel] endless loop when use qemu-system-mipsel to load bios

2011-11-11 Thread rui chen
addr < end) { bswap32s(addr); +addr++; } } #endif -- rui chen === B.R