Created
March 18, 2017 19:48
-
-
Save MasterDuke17/80bcdafc504582fafe09bb915c563c8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case MVM_STRING_GRAPHEME_8: { | |
MVMint64 pgraphs = MVM_string_graphs(tc, piece); | |
memcpy( | |
result->body.storage.blob_8 + position, | |
piece->body.storage.blob_8, | |
pgraphs * sizeof(MVMGrapheme8)); | |
position += pgraphs; | |
break; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment