提交 0b1b91c7 编写于 作者: B bellard

typo fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3715 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a1b91bb4
......@@ -83,7 +83,7 @@ static void add_flagname_to_bitmaps(char *flagname, uint32_t *features,
return;
}
for ( i = 0 ; i < 32 ; i++ )
if (ext3_features[i] && !strcmp (flagname, ext3_feature_name[i])) {
if (ext3_feature_name[i] && !strcmp (flagname, ext3_feature_name[i])) {
*ext3_features |= 1 << i;
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册