]> Git Repo - qemu.git/blobdiff - host-utils.h
support of long calls for PPC (malc)
[qemu.git] / host-utils.h
index dafd0329cc4e649b905b8085f7b98f2fcdaed57b..0f7744511082cf27177d3f57d1e262171feb57e5 100644 (file)
@@ -199,4 +199,4 @@ static always_inline int ctpop64 (uint64_t val)
     val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL);
 
     return val;
- }
+}
This page took 0.019273 seconds and 4 git commands to generate.