Bug fix: Syntax error on ARM
git-svn-id: https://cld2.googlecode.com/svn/trunk@75 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -121,9 +121,8 @@ inline void UNALIGNED_STORE64(void *p, uint64 v) {
|
|||||||
memcpy(p, &v, sizeof v);
|
memcpy(p, &v, sizeof v);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End namespace CLD2
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
} // End namespace CLD2
|
||||||
|
|
||||||
#endif // BASE_PORT_H_
|
#endif // BASE_PORT_H_
|
||||||
|
Reference in New Issue
Block a user