Skip to content

Commit b1478c3

Browse files
committed
Fix arm64 build
1 parent 4e944a9 commit b1478c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arm64/dom_parser_implementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ WARN_UNUSED error_code dom_parser_implementation::stage1(const uint8_t *_buf, si
140140
}
141141

142142
WARN_UNUSED bool implementation::validate_utf8(const char *buf, size_t len) const noexcept {
143-
return simdjson::arm64::stage1::generic_validate_utf8(buf,len);
143+
return arm64::stage1::generic_validate_utf8(buf,len);
144144
}
145145

146146
WARN_UNUSED error_code dom_parser_implementation::stage2(dom::document &_doc) noexcept {

0 commit comments

Comments
 (0)