summaryrefslogtreecommitdiff
path: root/src/user/runtimes/cxx/extra.asm
blob: 78bb0a8b041d03f5bc990dd068169ceeace1eeb4 (plain) (blame)
1
2
3
4
5
6
7
bits 32

global __cxa_pure_virtual

section .text
__cxa_pure_virtual:
  ret