Fix CI again

This commit is contained in:
Raven 2024-09-15 00:54:46 +08:00 committed by GitHub
parent c87b8b9e7d
commit 004861a868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ void Translator::DS_SWIZZLE_B32(const GcnInst& inst) {
}
void Translator::DS_READ(int bit_size, bool is_signed, bool is_pair, bool stride64,
const GcnInst& inst) {
const GcnInst& inst) {
const IR::U32 addr{ir.GetVectorReg(IR::VectorReg(inst.src[0].code))};
IR::VectorReg dst_reg{inst.dst[0].code};
if (is_pair) {