mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Merge pull request #3367 from jdm/breakpoint
Add breakpoint utility function.
This commit is contained in:
commit
4a1d51b982
1 changed files with 4 additions and 0 deletions
|
@ -46,3 +46,7 @@ pub mod task;
|
|||
pub mod time;
|
||||
pub mod vec;
|
||||
pub mod workqueue;
|
||||
|
||||
pub fn breakpoint() {
|
||||
unsafe { ::std::intrinsics::breakpoint() };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue