Format code

This commit is contained in:
2022-05-07 00:30:18 +02:00
parent f4f726d7fc
commit b827ebf4c3
4 changed files with 6 additions and 5 deletions

View File

@@ -27,7 +27,6 @@ static uint64_t tricore_get_pc(struct uc_struct *uc)
return ((CPUTriCoreState *)uc->cpu->env_ptr)->PC;
}
void tricore_reg_reset(struct uc_struct *uc)
{
CPUTriCoreState *env;