Trailing comma

This commit is contained in:
Amaan Cheval 2018-02-20 11:04:35 +05:30 committed by Fabian
parent afffe5ae33
commit 660d9c83c0

View file

@ -128,7 +128,7 @@ function get_nonfaulting_mem_reg_postfix(encoding)
return {
mem_postfix,
reg_postfix
reg_postfix,
};
}