]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/op_helper.c
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
[qemu.git] / target-arm / op_helper.c
index aef592ab8d4632aa67bf292c69ca0353984dbefa..6e3ab90e3be7a134e2fd79f69d24d9789908c8a6 100644 (file)
@@ -93,8 +93,6 @@ void tlb_fill(CPUARMState *env, target_ulong addr, int is_write, int mmu_idx,
 }
 #endif
 
-/* FIXME: Pass an explicit pointer to QF to CPUARMState, and move saturating
-   instructions into helper.c  */
 uint32_t HELPER(add_setq)(CPUARMState *env, uint32_t a, uint32_t b)
 {
     uint32_t res = a + b;