Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/memtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void memtest_progress_step(size_t curr, size_t size, char c) {
* address, and finally verified. This test is very fast but may detect
* ASAP big issues with the memory subsystem. */
/* �˷����Dz����ڴ��ַ�Ƿ���Ч�����ּ����ٶ��Ƿdz���ģ������ܻ����ASAP�ľ޴����� */
/* ASAP���ϲ����£�������Ϊ��Automated Statistical Analysis Programme �Զ�ͳ�Ʒ������� */
/* ASAP��as soon as possible �����ܿ�� */
void memtest_addressing(unsigned long *l, size_t bytes) {
//�����ַ�ij���
unsigned long words = bytes/sizeof(unsigned long);
Expand Down